home *** CD-ROM | disk | FTP | other *** search
- object fBrightness: TfBrightness
- Left = 330
- Top = 348
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Brightness / Fluorescence'
- ClientHeight = 115
- ClientWidth = 318
- Color = clBtnFace
- Constraints.MaxHeight = 170
- Constraints.MaxWidth = 326
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnKeyUp = FormKeyUp
- PixelsPerInch = 96
- TextHeight = 13
- object LBrightness: TLabel
- Left = 17
- Top = 12
- Width = 54
- Height = 13
- Caption = 'Brightness:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 3881787
- Font.Height = 13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LFluorescence: TLabel
- Left = 17
- Top = 63
- Width = 67
- Height = 13
- Caption = 'Fluorescence:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 3881787
- Font.Height = 13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object igFluorescence: TAMInputGauge
- Left = 9
- Top = 80
- Width = 199
- Height = 11
- TabOrder = 5
- Visible = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editgauge'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- VisibleOnlyIfWork = False
- ShowProgressText = False
- ShowPercent = False
- MinValue = 0
- MaxValue = 100
- Value = 50
- Vertical = False
- EditControl = eFluorescence
- end
- object igBrightness: TAMInputGauge
- Left = 9
- Top = 29
- Width = 199
- Height = 11
- TabOrder = 4
- Visible = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editgauge'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- VisibleOnlyIfWork = False
- ShowProgressText = False
- ShowPercent = False
- MinValue = 0
- MaxValue = 100
- Value = 50
- Vertical = False
- EditControl = eBrightness
- end
- object gFluorescence: TbsSkinSlider
- Left = 7
- Top = 75
- Width = 217
- Height = 33
- TabOrder = 7
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'slider'
- Options = [soSmooth]
- TabStop = False
- Transparent = True
- UseSkinThumb = True
- OnChange = gFluorescenceChange
- end
- object gBrightness: TbsSkinSlider
- Left = 7
- Top = 25
- Width = 217
- Height = 33
- TabOrder = 6
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'slider'
- Options = [soSmooth]
- TabStop = False
- Transparent = True
- UseSkinThumb = True
- OnChange = gBrightnessChange
- end
- object eBrightness: TAMEditGauge
- Left = 180
- Top = 10
- Width = 40
- Height = 20
- Text = '0'
- ValueChange = eBrightnessValueChange
- Precision = 0
- MaxValue = 5000
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 20
- ButtonMode = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editlight'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object bOk: TbsSkinButton
- Left = 233
- Top = 10
- Width = 75
- Height = 24
- TabOrder = 2
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Ok'
- NumGlyphs = 2
- Spacing = 1
- Default = True
- OnClick = bOkClick
- end
- object bCancel: TbsSkinButton
- Left = 233
- Top = 42
- Width = 75
- Height = 24
- TabOrder = 3
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Cancel'
- NumGlyphs = 2
- Spacing = 1
- Cancel = True
- OnClick = bCancelClick
- end
- object eFluorescence: TAMEditGauge
- Left = 180
- Top = 60
- Width = 40
- Height = 20
- Text = '0'
- ValueChange = eFluorescenceValueChange
- Precision = 0
- MaxValue = 5000
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 20
- ButtonMode = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editlight'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object SkinForm: TbsBusinessSkinForm
- GradientStartColor = clBlack
- GradientEndColor = clBlack
- DrawBackground = True
- ShowIcon = False
- MaximizeOnFullScreen = False
- AlphaBlend = False
- AlphaBlendAnimation = False
- AlphaBlendValue = 200
- ShowObjectHint = False
- MenusAlphaBlend = False
- MenusAlphaBlendAnimation = False
- MenusAlphaBlendValue = 200
- DefCaptionFont.Charset = DEFAULT_CHARSET
- DefCaptionFont.Color = clBtnText
- DefCaptionFont.Height = 13
- DefCaptionFont.Name = 'Tahoma'
- DefCaptionFont.Style = [fsBold]
- DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
- DefInActiveCaptionFont.Color = clBtnShadow
- DefInActiveCaptionFont.Height = 13
- DefInActiveCaptionFont.Name = 'Tahoma'
- DefInActiveCaptionFont.Style = [fsBold]
- DefMenuItemHeight = 20
- DefMenuItemFont.Charset = DEFAULT_CHARSET
- DefMenuItemFont.Color = clWindowText
- DefMenuItemFont.Height = 13
- DefMenuItemFont.Name = 'Tahoma'
- DefMenuItemFont.Style = []
- UseDefaultSysMenu = True
- SkinData = SkinDataModule.SkinDataDlg
- MinHeight = 0
- MinWidth = 0
- Magnetic = False
- MagneticSize = 5
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
- Left = 264
- Top = 80
- end
- end
-